home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
4_ball_pong.swf
/
scripts
/
DefineButton2_147
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-04-02
|
266 b
|
15 lines
on(release){
if(_root.ky.selected)
{
_root.ctrl = "key";
}
if(_root.ms.selected)
{
_root.ctrl = "mouse";
}
_root.stt = 1;
_root.sp1 = _root.va / 5 + 5;
_root.lm = 50 - _root.va / 2 + 5;
_root.gotoAndStop(4);
}